Skip to content

Bump org.immutables:value-annotations from 2.10.1 to 2.11.5#112

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/org.immutables-value-annotations-2.11.5
Closed

Bump org.immutables:value-annotations from 2.10.1 to 2.11.5#112
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/org.immutables-value-annotations-2.11.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 9, 2025

Copy link
Copy Markdown

Bumps org.immutables:value-annotations from 2.10.1 to 2.11.5.

Release notes

Sourced from org.immutables:value-annotations's releases.

2.11.5

Maintenance & refinements release

Thank you for the bug reports and PRs!

Issues

  • #1602 @Check methods (returning void i.e. non-normalizing) now works from plain public constructors (@Style(of = "new")
  • #1583 Staged builder now works for "outside"/top-level class builders, including record builders (with *BuildStages class generated to hold stage interfaces)
  • #1598 fixed: @Data from org.immutables:datatype can be used as meta-annotation
  • #1433 additionalStrictContainerConstructor=false can be used to suppress redundant strict factory method (constructor) overload

PRs

New Contributors

Full Changelog: immutables/immutables@2.11.4...2.11.5

2.11.4

Maintenance & refinements release

Thank you for the bug reports and PRs!

Issues

  • #1597 Fixed constant defaults @Value.Default.{Int, Long, String...} were always applied for Immutable values (were ok for records)
  • #1592 When multiple annotations share the same parent annotation in passAnnotations, only one child annotation is propagated on an attribute
  • #1591 #1521 @​Serial.AllStructural wit class retention and fixed to work as meta-annotation (on a custom style annotation etc).
  • #1588 Missing imports for classes in package names with _ (Fixed handling of $ and _ in java identifiers in import rewriter)
  • #1585 Additional way to register custom immutable annotation. Use -Aimmutables.annotation=<fqcn> for custom annotation (can have meta-styles etc)

PRs

New Contributors

Full Changelog: immutables/immutables@2.11.3...2.11.4

2.11.3

Maintenance & refinements release

Thank you for PRs and providing feedback!

  • #1432/#1582 JDK optional types now have first class support for having default value provided by accessor annotated with @Value.Default, no warnings are issued.
  • #1578 Fixed: missing header/package declaration in generated files with no imports
  • #1580 Fixed: with methods do not handle fallbackNullableAnnotation properly on Map types

What's Changed

... (truncated)

Changelog

Sourced from org.immutables:value-annotations's changelog.

This file is just an example in the current process

it is not being invoked from here

project: name: immutables version: 2.11.5 languages: java: groupId: org.immutables

deploy: maven: mavenCentral: sonatype: active: ALWAYS namespace: org.immutables sign: false url: https://central.sonatype.com/api/v1/publisher stage: UPLOAD verifyPom: false stagingRepositories: - staging maxRetries: 1

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.immutables:value-annotations](https://github.com/immutables/immutables) from 2.10.1 to 2.11.5.
- [Release notes](https://github.com/immutables/immutables/releases)
- [Changelog](https://github.com/immutables/immutables/blob/master/jreleaser.yml)
- [Commits](immutables/immutables@2.10.1...2.11.5)

---
updated-dependencies:
- dependency-name: org.immutables:value-annotations
  dependency-version: 2.11.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Oct 9, 2025
@dependabot @github

dependabot Bot commented on behalf of github Oct 10, 2025

Copy link
Copy Markdown
Author

Superseded by #113.

@dependabot dependabot Bot closed this Oct 10, 2025
@dependabot dependabot Bot deleted the dependabot/maven/org.immutables-value-annotations-2.11.5 branch October 10, 2025 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area - Dependencies dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants